#!/bin/sh -e

rzip -d "$1"
tar x${Verbose+vv}f "./$Name.tar"
rm -f "./$Name.tar"
